From: Richard M. Stallman Date: Fri, 19 Apr 2002 00:13:57 +0000 (+0000) Subject: (remove_properties): New arg LIST allows scanning either a list or a plist. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~57640 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0cf5c1e712ca58e2d3edc8d238038efb6f5beb5d;p=emacs.git (remove_properties): New arg LIST allows scanning either a list or a plist. (interval_has_some_properties_list): New function, like interval_has_some_properties using list instead of plist. All callers changed. (Fremove_list_of_text_properties): New function. (syms_of_textprop): Defsubr it. --- diff --git a/src/ChangeLog b/src/ChangeLog index b4c33417732..3ac5319cae3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2002-04-18 Richard M. Stallman + + * textprop.c (remove_properties): New arg LIST allows scanning + either a list or a plist. + (interval_has_some_properties_list): New function, like + interval_has_some_properties using list instead of plist. + All callers changed. + (Fremove_list_of_text_properties): New function. + (syms_of_textprop): Defsubr it. + 2002-04-17 Eli Zaretskii * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.